home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / thelock.ex_ / 0 / RCDATA / TSENTRY / TSENTRY.txt
Text File  |  1997-01-05  |  1KB  |  81 lines

  1. object sentry: Tsentry
  2.   Left = 3
  3.   Top = 6
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'The Lock Sentry'
  7.   ClientHeight = 69
  8.   ClientWidth = 225
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 209
  23.     Height = 33
  24.     Shape = bsFrame
  25.   end
  26.   object Label1: TLabel
  27.     Left = 168
  28.     Top = 16
  29.     Width = 42
  30.     Height = 13
  31.     Caption = '00:00:00'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 16
  35.     Top = 16
  36.     Width = 145
  37.     Height = 13
  38.     Caption = 'Time remaining until The Lock:'
  39.   end
  40.   object StatusBar1: TStatusBar
  41.     Left = 0
  42.     Top = 50
  43.     Width = 225
  44.     Height = 19
  45.     Panels = <>
  46.     SimplePanel = True
  47.     SizeGrip = False
  48.   end
  49.   object winclass1: TListBox
  50.     Left = 32
  51.     Top = 256
  52.     Width = 137
  53.     Height = 49
  54.     ItemHeight = 13
  55.     TabOrder = 1
  56.   end
  57.   object tempf: TListBox
  58.     Left = 32
  59.     Top = 320
  60.     Width = 137
  61.     Height = 49
  62.     ItemHeight = 13
  63.     TabOrder = 2
  64.   end
  65.   object wintitle1: TListBox
  66.     Left = 64
  67.     Top = 192
  68.     Width = 89
  69.     Height = 57
  70.     ItemHeight = 13
  71.     TabOrder = 3
  72.     Visible = False
  73.   end
  74.   object Timer1: TTimer
  75.     Enabled = False
  76.     OnTimer = Timer1Timer
  77.     Left = 120
  78.     Top = 104
  79.   end
  80. end
  81.